home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / 01_kinb / openning.dir / 00009_Script_9 < prev    next >
Text File  |  1994-10-06  |  172b  |  12 lines

  1. on startMovie
  2.   sound playFile 1, "OPEN_SND"
  3. end startMovie
  4.  
  5. on stepMovie
  6.   if not  soundBusy (1) then
  7.     sound playFile 1, "OPEN_SND"
  8.   end if
  9. end stepMovie
  10.  
  11.  
  12.